home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / Chip_2003-12_cd1.bin / program / ctenari / ShiCola / CodePad37.exe / $INSTDIR / Syntax Definitions / xml_scripts.def < prev    next >
Encoding:
Text File  |  2003-10-17  |  17.4 KB  |  714 lines

  1. object TPersHolder
  2.   P.Name = 'XML with Scripts'
  3.   P.Extensions.Strings = (
  4.     'XML files (*.xml)|*.xml')
  5.   P.SyntaxBlocks = <
  6.     item
  7.       Name = 'Default'
  8.       ID = 0
  9.       FIText = 0
  10.       BlockDelimiters = <>
  11.     end
  12.     item
  13.       Name = 'CDATA'
  14.       ID = 2
  15.       ParentID = 0
  16.       FIText = 8
  17.       BlockDelimiters = <
  18.         item
  19.           LeftDelimiter = '<![CDATA['
  20.           RightDelimiter = ']]>'
  21.           DelimitersArePartOfBlock = True
  22.         end>
  23.     end
  24.     item
  25.       Name = 'Text'
  26.       ID = 3
  27.       ParentID = 2
  28.       FIText = 11
  29.       BlockDelimiters = <
  30.         item
  31.           LeftDelimiter = '<![CDATA['
  32.           RightDelimiter = ']]>'
  33.         end>
  34.     end
  35.     item
  36.       Name = 'JS'
  37.       ID = 6
  38.       ParentID = 0
  39.       CaseSensitive = True
  40.       UseMetaSymbol = True
  41.       UseMetaToWrapLines = True
  42.       MetaSymbol = '\'
  43.       FIText = 31
  44.       FIIntNum = 32
  45.       FIFloatNum = 33
  46.       FIHexNum = 34
  47.       FISymbol = 45
  48.       UseSymbols = True
  49.       UseComments = True
  50.       UseSingleLineComments = True
  51.       UseMultiLineComments = True
  52.       UseStrings = True
  53.       UseSingleLineStrings = True
  54.       UseNumbers = True
  55.       UsePrefixedNumbers = True
  56.       UseKeywords = True
  57.       BlockDelimiters = <
  58.         item
  59.           LeftDelimiter = '<script language="jscript">'
  60.           RightDelimiter = '</script>'
  61.         end
  62.         item
  63.           LeftDelimiter = '<script language="javascript">'
  64.           RightDelimiter = '</script>'
  65.         end>
  66.       SingleLineCommentDelimiters = <
  67.         item
  68.           FontID = 36
  69.           LeftDelimiter = '//'
  70.         end>
  71.       MultiLineCommentDelimiters = <
  72.         item
  73.           FontID = 37
  74.           LeftDelimiter = '/*'
  75.           RightDelimiter = '*/'
  76.         end>
  77.       SingleLineStringDelimiters = <
  78.         item
  79.           FontID = 38
  80.           LeftDelimiter = #39
  81.           RightDelimiter = #39
  82.         end
  83.         item
  84.           FontID = 39
  85.           LeftDelimiter = '"'
  86.           RightDelimiter = '"'
  87.         end>
  88.       NumPrefixes = <
  89.         item
  90.           LeftDelimiter = '0x'
  91.         end
  92.         item
  93.           LeftDelimiter = '0X'
  94.         end>
  95.       KeywordSets = <
  96.         item
  97.           FontID = 40
  98.           Name = 'reserved'
  99.           Keywords = 
  100.             'break,case,catch,class,const,continue,debugger,default,delete,do' +
  101.             ',else,enum,export,extends,false,finally,for,function,if,import,i' +
  102.             'n,new,null,return,super,switch,this,throw,true,try,typeof,var,vo' +
  103.             'id,while,with'
  104.         end>
  105.     end
  106.     item
  107.       Name = 'VBS'
  108.       ID = 5
  109.       ParentID = 0
  110.       FIText = 23
  111.       FIIntNum = 24
  112.       FIFloatNum = 25
  113.       FIHexNum = 26
  114.       FISymbol = 44
  115.       UseSymbols = True
  116.       UseComments = True
  117.       UseSingleLineComments = True
  118.       UseStrings = True
  119.       UseSingleLineStrings = True
  120.       UseNumbers = True
  121.       UseKeywords = True
  122.       BlockDelimiters = <
  123.         item
  124.           LeftDelimiter = '<script language="vbscript">'
  125.           RightDelimiter = '</script>'
  126.         end
  127.         item
  128.           LeftDelimiter = '<%'
  129.           RightDelimiter = '%>'
  130.           DelimitersArePartOfBlock = True
  131.         end>
  132.       SingleLineCommentDelimiters = <
  133.         item
  134.           FontID = 27
  135.           LeftDelimiter = #39
  136.         end
  137.         item
  138.           FontID = 28
  139.           LeftDelimiter = 'rem'
  140.         end>
  141.       SingleLineStringDelimiters = <
  142.         item
  143.           FontID = 29
  144.           LeftDelimiter = '"'
  145.           RightDelimiter = '"'
  146.         end>
  147.       KeywordSets = <
  148.         item
  149.           FontID = 30
  150.           Name = 'reserved'
  151.           Keywords = 
  152.             'And,As,Attribute,Base,ByVal,Call,Case,Compare,Const,Date,Declare' +
  153.             ',Dim,Do,Each,Else,Elseif,Empty,end,Error,Exit,Explicit,False,For' +
  154.             ',friend,Function,get,If,Is,let,Loop,Mod,Next,Not,Nothing,Null,On' +
  155.             ',Option,Or,Private,property,Public,ReDim,Rem,Select,Set,String,S' +
  156.             'ub,Then,To,True,Type,Wend,While,With,Xor'
  157.         end>
  158.     end
  159.     item
  160.       Name = 'PHP'
  161.       ID = 4
  162.       ParentID = 0
  163.       CaseSensitive = True
  164.       UseMetaSymbol = True
  165.       UseMetaToWrapLines = True
  166.       MetaSymbol = '\'
  167.       FIText = 3
  168.       FIIntNum = 13
  169.       FIFloatNum = 14
  170.       FIHexNum = 15
  171.       FISymbol = 43
  172.       UseSymbols = True
  173.       UseComments = True
  174.       UseSingleLineComments = True
  175.       UseMultiLineComments = True
  176.       UseStrings = True
  177.       UseSingleLineStrings = True
  178.       UseNumbers = True
  179.       UsePrefixedNumbers = True
  180.       UseKeywords = True
  181.       BlockDelimiters = <
  182.         item
  183.           LeftDelimiter = '<?php'
  184.           RightDelimiter = '?>'
  185.           DelimitersArePartOfBlock = True
  186.         end
  187.         item
  188.           LeftDelimiter = '<script language="php">'
  189.           RightDelimiter = '</script>'
  190.         end>
  191.       SingleLineCommentDelimiters = <
  192.         item
  193.           FontID = 16
  194.           LeftDelimiter = '//'
  195.         end
  196.         item
  197.           FontID = 17
  198.           LeftDelimiter = '#'
  199.         end>
  200.       MultiLineCommentDelimiters = <
  201.         item
  202.           FontID = 18
  203.           LeftDelimiter = '/*'
  204.           RightDelimiter = '*/'
  205.         end>
  206.       SingleLineStringDelimiters = <
  207.         item
  208.           FontID = 19
  209.           LeftDelimiter = '"'
  210.           RightDelimiter = '"'
  211.         end
  212.         item
  213.           FontID = 20
  214.           LeftDelimiter = #39
  215.           RightDelimiter = #39
  216.         end
  217.         item
  218.           FontID = 21
  219.           LeftDelimiter = '`'
  220.           RightDelimiter = '`'
  221.         end>
  222.       NumPrefixes = <
  223.         item
  224.           LeftDelimiter = '0x'
  225.         end>
  226.       KeywordSets = <
  227.         item
  228.           FontID = 22
  229.           Name = 'keywords'
  230.           Keywords = 
  231.             'break,case,class,continue,default,do,else,elseif,endfor,endif,en' +
  232.             'dswitch,endwhile,extends,for,function,global,if,int,old_function' +
  233.             ',pval,return,static,string,switch,var,void,while'
  234.         end>
  235.     end
  236.     item
  237.       Name = 'Tags'
  238.       ID = 1
  239.       ParentID = 0
  240.       FIText = 1
  241.       FIIntNum = 41
  242.       FIFloatNum = 46
  243.       FIHexNum = 47
  244.       FIIdentifier = 7
  245.       UseComments = True
  246.       UseMultiLineComments = True
  247.       UseStrings = True
  248.       UseSingleLineStrings = True
  249.       UseNumbers = True
  250.       UseKeywords = True
  251.       BlockDelimiters = <
  252.         item
  253.           LeftDelimiter = '<'
  254.           RightDelimiter = '>'
  255.           DelimitersArePartOfBlock = True
  256.         end>
  257.       MultiLineCommentDelimiters = <
  258.         item
  259.           FontID = 5
  260.           LeftDelimiter = '<!--'
  261.           RightDelimiter = '-->'
  262.         end>
  263.       SingleLineStringDelimiters = <
  264.         item
  265.           FontID = 6
  266.           LeftDelimiter = '"'
  267.           RightDelimiter = '"'
  268.         end>
  269.       KeywordSets = <
  270.         item
  271.           FontID = 2
  272.           Name = 'NameSpace'
  273.           Keywords = 'ee,xsl,xwl'
  274.         end
  275.         item
  276.           FontID = 10
  277.           Name = 'Attributes'
  278.           Keywords = 'source,target'
  279.         end>
  280.     end>
  281.   P.FontTable = <
  282.     item
  283.       FontID = 0
  284.       GlobalAttrID = 'Whitespace'
  285.       Font.Charset = DEFAULT_CHARSET
  286.       Font.Color = clBlack
  287.       Font.Height = -13
  288.       Font.Name = 'Courier New'
  289.       Font.Style = []
  290.     end
  291.     item
  292.       FontID = 1
  293.       GlobalAttrID = 'Html tags'
  294.       BlockID = 1
  295.       Font.Charset = DEFAULT_CHARSET
  296.       Font.Color = clBlue
  297.       Font.Height = -13
  298.       Font.Name = 'Courier New'
  299.       Font.Style = []
  300.     end
  301.     item
  302.       FontID = 5
  303.       GlobalAttrID = 'Comment'
  304.       BlockID = 1
  305.       Font.Charset = DEFAULT_CHARSET
  306.       Font.Color = clGray
  307.       Font.Height = -13
  308.       Font.Name = 'Courier New'
  309.       Font.Style = [fsItalic]
  310.     end
  311.     item
  312.       FontID = 6
  313.       GlobalAttrID = 'String'
  314.       BlockID = 1
  315.       Font.Charset = DEFAULT_CHARSET
  316.       Font.Color = clMaroon
  317.       Font.Height = -13
  318.       Font.Name = 'Courier New'
  319.       Font.Style = []
  320.     end
  321.     item
  322.       FontID = 7
  323.       GlobalAttrID = 'Identifier'
  324.       BlockID = 1
  325.       Font.Charset = DEFAULT_CHARSET
  326.       Font.Color = clTeal
  327.       Font.Height = -13
  328.       Font.Name = 'Courier New'
  329.       Font.Style = []
  330.     end
  331.     item
  332.       FontID = 8
  333.       GlobalAttrID = 'Html tags'
  334.       BlockID = 2
  335.       Font.Charset = DEFAULT_CHARSET
  336.       Font.Color = clBlue
  337.       Font.Height = -13
  338.       Font.Name = 'Courier New'
  339.       Font.Style = []
  340.     end
  341.     item
  342.       FontID = 2
  343.       GlobalAttrID = 'Reserved words'
  344.       BlockID = 1
  345.       Font.Charset = DEFAULT_CHARSET
  346.       Font.Color = clPurple
  347.       Font.Height = -13
  348.       Font.Name = 'Courier New'
  349.       Font.Style = [fsBold]
  350.     end
  351.     item
  352.       FontID = 11
  353.       GlobalAttrID = 'Html tags'
  354.       BlockID = 3
  355.       Font.Charset = DEFAULT_CHARSET
  356.       Font.Color = clTeal
  357.       Font.Height = -13
  358.       Font.Name = 'Courier New'
  359.       Font.Style = []
  360.       BackColor = clAqua
  361.     end
  362.     item
  363.       FontID = 10
  364.       GlobalAttrID = 'Emphasis'
  365.       BlockID = 1
  366.       Font.Charset = DEFAULT_CHARSET
  367.       Font.Color = clFuchsia
  368.       Font.Height = -13
  369.       Font.Name = 'Courier New'
  370.       Font.Style = []
  371.     end
  372.     item
  373.       FontID = 3
  374.       GlobalAttrID = 'Script Whitespace'
  375.       BlockID = 4
  376.       Font.Charset = DEFAULT_CHARSET
  377.       Font.Color = clTeal
  378.       Font.Height = -13
  379.       Font.Name = 'Courier New'
  380.       Font.Style = []
  381.     end
  382.     item
  383.       FontID = 13
  384.       GlobalAttrID = 'Script Number'
  385.       BlockID = 4
  386.       Font.Charset = DEFAULT_CHARSET
  387.       Font.Color = clBlue
  388.       Font.Height = -13
  389.       Font.Name = 'Courier New'
  390.       Font.Style = []
  391.     end
  392.     item
  393.       FontID = 14
  394.       GlobalAttrID = 'Script Number'
  395.       BlockID = 4
  396.       Font.Charset = DEFAULT_CHARSET
  397.       Font.Color = clBlue
  398.       Font.Height = -13
  399.       Font.Name = 'Courier New'
  400.       Font.Style = []
  401.     end
  402.     item
  403.       FontID = 15
  404.       GlobalAttrID = 'Script Number'
  405.       BlockID = 4
  406.       Font.Charset = DEFAULT_CHARSET
  407.       Font.Color = clBlue
  408.       Font.Height = -13
  409.       Font.Name = 'Courier New'
  410.       Font.Style = []
  411.     end
  412.     item
  413.       FontID = 16
  414.       GlobalAttrID = 'Script Comment'
  415.       BlockID = 4
  416.       Font.Charset = DEFAULT_CHARSET
  417.       Font.Color = clGray
  418.       Font.Height = -13
  419.       Font.Name = 'Courier New'
  420.       Font.Style = [fsItalic]
  421.     end
  422.     item
  423.       FontID = 17
  424.       GlobalAttrID = 'Script Comment'
  425.       BlockID = 4
  426.       Font.Charset = DEFAULT_CHARSET
  427.       Font.Color = clGray
  428.       Font.Height = -13
  429.       Font.Name = 'Courier New'
  430.       Font.Style = [fsItalic]
  431.     end
  432.     item
  433.       FontID = 18
  434.       GlobalAttrID = 'Script Comment'
  435.       BlockID = 4
  436.       Font.Charset = DEFAULT_CHARSET
  437.       Font.Color = clGray
  438.       Font.Height = -13
  439.       Font.Name = 'Courier New'
  440.       Font.Style = [fsItalic]
  441.     end
  442.     item
  443.       FontID = 19
  444.       GlobalAttrID = 'Script String'
  445.       BlockID = 4
  446.       Font.Charset = DEFAULT_CHARSET
  447.       Font.Color = clMaroon
  448.       Font.Height = -13
  449.       Font.Name = 'Courier New'
  450.       Font.Style = []
  451.     end
  452.     item
  453.       FontID = 20
  454.       GlobalAttrID = 'Script String'
  455.       BlockID = 4
  456.       Font.Charset = DEFAULT_CHARSET
  457.       Font.Color = clMaroon
  458.       Font.Height = -13
  459.       Font.Name = 'Courier New'
  460.       Font.Style = []
  461.     end
  462.     item
  463.       FontID = 21
  464.       GlobalAttrID = 'Script String'
  465.       BlockID = 4
  466.       Font.Charset = DEFAULT_CHARSET
  467.       Font.Color = clMaroon
  468.       Font.Height = -13
  469.       Font.Name = 'Courier New'
  470.       Font.Style = []
  471.     end
  472.     item
  473.       FontID = 22
  474.       GlobalAttrID = 'Script ResWord'
  475.       BlockID = 4
  476.       Font.Charset = DEFAULT_CHARSET
  477.       Font.Color = clBlack
  478.       Font.Height = -13
  479.       Font.Name = 'Courier New'
  480.       Font.Style = [fsBold]
  481.     end
  482.     item
  483.       FontID = 23
  484.       GlobalAttrID = 'Script Whitespace'
  485.       BlockID = 5
  486.       Font.Charset = DEFAULT_CHARSET
  487.       Font.Color = clTeal
  488.       Font.Height = -13
  489.       Font.Name = 'Courier New'
  490.       Font.Style = []
  491.     end
  492.     item
  493.       FontID = 24
  494.       GlobalAttrID = 'Script Number'
  495.       BlockID = 5
  496.       Font.Charset = DEFAULT_CHARSET
  497.       Font.Color = clBlue
  498.       Font.Height = -13
  499.       Font.Name = 'Courier New'
  500.       Font.Style = []
  501.     end
  502.     item
  503.       FontID = 25
  504.       GlobalAttrID = 'Script Number'
  505.       BlockID = 5
  506.       Font.Charset = DEFAULT_CHARSET
  507.       Font.Color = clBlue
  508.       Font.Height = -13
  509.       Font.Name = 'Courier New'
  510.       Font.Style = []
  511.     end
  512.     item
  513.       FontID = 26
  514.       GlobalAttrID = 'Script Number'
  515.       BlockID = 5
  516.       Font.Charset = DEFAULT_CHARSET
  517.       Font.Color = clBlue
  518.       Font.Height = -13
  519.       Font.Name = 'Courier New'
  520.       Font.Style = []
  521.     end
  522.     item
  523.       FontID = 27
  524.       GlobalAttrID = 'Script Comment'
  525.       BlockID = 5
  526.       Font.Charset = DEFAULT_CHARSET
  527.       Font.Color = clGray
  528.       Font.Height = -13
  529.       Font.Name = 'Courier New'
  530.       Font.Style = [fsItalic]
  531.     end
  532.     item
  533.       FontID = 28
  534.       GlobalAttrID = 'Script Comment'
  535.       BlockID = 5
  536.       Font.Charset = DEFAULT_CHARSET
  537.       Font.Color = clGray
  538.       Font.Height = -13
  539.       Font.Name = 'Courier New'
  540.       Font.Style = [fsItalic]
  541.     end
  542.     item
  543.       FontID = 29
  544.       GlobalAttrID = 'Script String'
  545.       BlockID = 5
  546.       Font.Charset = DEFAULT_CHARSET
  547.       Font.Color = clMaroon
  548.       Font.Height = -13
  549.       Font.Name = 'Courier New'
  550.       Font.Style = []
  551.     end
  552.     item
  553.       FontID = 30
  554.       GlobalAttrID = 'Script ResWord'
  555.       BlockID = 5
  556.       Font.Charset = DEFAULT_CHARSET
  557.       Font.Color = clBlack
  558.       Font.Height = -13
  559.       Font.Name = 'Courier New'
  560.       Font.Style = [fsBold]
  561.     end
  562.     item
  563.       FontID = 31
  564.       GlobalAttrID = 'Script Whitespace'
  565.       BlockID = 6
  566.       Font.Charset = DEFAULT_CHARSET
  567.       Font.Color = clTeal
  568.       Font.Height = -13
  569.       Font.Name = 'Courier New'
  570.       Font.Style = []
  571.     end
  572.     item
  573.       FontID = 32
  574.       GlobalAttrID = 'Script Number'
  575.       BlockID = 6
  576.       Font.Charset = DEFAULT_CHARSET
  577.       Font.Color = clBlue
  578.       Font.Height = -13
  579.       Font.Name = 'Courier New'
  580.       Font.Style = []
  581.     end
  582.     item
  583.       FontID = 33
  584.       GlobalAttrID = 'Script Number'
  585.       BlockID = 6
  586.       Font.Charset = DEFAULT_CHARSET
  587.       Font.Color = clBlue
  588.       Font.Height = -13
  589.       Font.Name = 'Courier New'
  590.       Font.Style = []
  591.     end
  592.     item
  593.       FontID = 34
  594.       GlobalAttrID = 'Script Number'
  595.       BlockID = 6
  596.       Font.Charset = DEFAULT_CHARSET
  597.       Font.Color = clBlue
  598.       Font.Height = -13
  599.       Font.Name = 'Courier New'
  600.       Font.Style = []
  601.     end
  602.     item
  603.       FontID = 36
  604.       GlobalAttrID = 'Script Comment'
  605.       BlockID = 6
  606.       Font.Charset = DEFAULT_CHARSET
  607.       Font.Color = clGray
  608.       Font.Height = -13
  609.       Font.Name = 'Courier New'
  610.       Font.Style = [fsItalic]
  611.     end
  612.     item
  613.       FontID = 37
  614.       GlobalAttrID = 'Script Comment'
  615.       BlockID = 6
  616.       Font.Charset = DEFAULT_CHARSET
  617.       Font.Color = clGray
  618.       Font.Height = -13
  619.       Font.Name = 'Courier New'
  620.       Font.Style = [fsItalic]
  621.     end
  622.     item
  623.       FontID = 38
  624.       GlobalAttrID = 'Script String'
  625.       BlockID = 6
  626.       Font.Charset = DEFAULT_CHARSET
  627.       Font.Color = clMaroon
  628.       Font.Height = -13
  629.       Font.Name = 'Courier New'
  630.       Font.Style = []
  631.     end
  632.     item
  633.       FontID = 39
  634.       GlobalAttrID = 'Script String'
  635.       BlockID = 6
  636.       Font.Charset = DEFAULT_CHARSET
  637.       Font.Color = clMaroon
  638.       Font.Height = -13
  639.       Font.Name = 'Courier New'
  640.       Font.Style = []
  641.     end
  642.     item
  643.       FontID = 40
  644.       GlobalAttrID = 'Script ResWord'
  645.       BlockID = 6
  646.       Font.Charset = DEFAULT_CHARSET
  647.       Font.Color = clBlack
  648.       Font.Height = -13
  649.       Font.Name = 'Courier New'
  650.       Font.Style = [fsBold]
  651.     end
  652.     item
  653.       FontID = 41
  654.       GlobalAttrID = 'Integer'
  655.       BlockID = 1
  656.       Font.Charset = DEFAULT_CHARSET
  657.       Font.Color = clGreen
  658.       Font.Height = -13
  659.       Font.Name = 'Courier New'
  660.       Font.Style = []
  661.     end
  662.     item
  663.       FontID = 43
  664.       GlobalAttrID = 'Script Delimiters'
  665.       BlockID = 4
  666.       Font.Charset = DEFAULT_CHARSET
  667.       Font.Color = clBlack
  668.       Font.Height = -13
  669.       Font.Name = 'Courier New'
  670.       Font.Style = []
  671.     end
  672.     item
  673.       FontID = 44
  674.       GlobalAttrID = 'Script Delimiters'
  675.       BlockID = 5
  676.       Font.Charset = DEFAULT_CHARSET
  677.       Font.Color = clBlack
  678.       Font.Height = -13
  679.       Font.Name = 'Courier New'
  680.       Font.Style = []
  681.     end
  682.     item
  683.       FontID = 45
  684.       GlobalAttrID = 'Script Delimiters'
  685.       BlockID = 6
  686.       Font.Charset = DEFAULT_CHARSET
  687.       Font.Color = clBlack
  688.       Font.Height = -13
  689.       Font.Name = 'Courier New'
  690.       Font.Style = []
  691.     end
  692.     item
  693.       FontID = 46
  694.       GlobalAttrID = 'Float'
  695.       BlockID = 1
  696.       Font.Charset = DEFAULT_CHARSET
  697.       Font.Color = clGreen
  698.       Font.Height = -13
  699.       Font.Name = 'Courier New'
  700.       Font.Style = []
  701.     end
  702.     item
  703.       FontID = 47
  704.       GlobalAttrID = 'Integer'
  705.       BlockID = 1
  706.       Font.Charset = DEFAULT_CHARSET
  707.       Font.Color = clGreen
  708.       Font.Height = -13
  709.       Font.Name = 'Courier New'
  710.       Font.Style = []
  711.     end>
  712.   P.SyntaxVersion = 3
  713. end
  714.